home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / CW MacMindy 1.4 / Examples / Toolbox / SimpleLib.dyl < prev    next >
Encoding:
Text File  |  1995-05-07  |  87 b   |  7 lines  |  [TEXT/CWIE]

  1. module:    dylan-user
  2.  
  3. define library Simple
  4.     use dylan;
  5.     use format;
  6. end library Simple;
  7.